home *** CD-ROM | disk | FTP | other *** search
- JPEGtoPICT
-
- JPEGtoPICT converts all JPEG files in a folder to jpeg-compressed
- PICT files, which are placed in a new folder.
-
- It is just an interface to several Rinaldi externals.
-
- JPEGtoPICT requires HyperCard 2.1 or later and QuickTime.
-
-
- Scripting
-
- JPEGtoPICT f, removeExt, creator, createIcons, showProgress
-
- f: full path name of the folder to convert
- removeExt: if true ".jpg" and ".jpeg" extensions will be removed
- from the converted files, default is true
- creator: the creator to set for the converted files, default is SimpleText
- createIcons: whether to create custom icons, default is false
- showProgress: whether to show the progress bar, default is false
-
- If the conversion was ok, the result is the full pathname of the
- new folder containing the pictures (check if "•" is in the result).
-
- The stack contains an XFCN that checks if QuickTime is present (public domain).
-